←Select platform

Keys Property

Summary

Gets a collection containing the keys in the DictionaryWithEvents<TKey,TValue>.

Syntax

C#
VB
C++
public ICollection<TKey> Keys { get; } 
  
Public ReadOnly Property Keys As ICollection(Of TKey) 
public: 
property ICollection<TKey^>^ Keys { 
   ICollection<TKey^>^ get(); 
} 

Property Value

A KeyCollection"/> containing the keys in the DictionaryWithEvents<TKey,TValue>.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly